home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / swf / 8.swf / scripts / DefineButton2_5 / BUTTONCONDACTION on(press).as next >
Text File  |  2003-01-06  |  121b  |  6 lines

  1. on(press){
  2.    hClip = this._height;
  3.    hBarra = _parent._height;
  4.    startDrag("",0,0,hClip,0,hBarra - hClip * 2);
  5. }
  6.